columview: Make resize area a bit larger
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Oct 2020 12:22:28 +0000 (08:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Oct 2020 12:31:37 +0000 (08:31 -0400)
This make column resizing feel less like a game
of hit-and-miss. Ultimatively, we should add an
alternative to this.

gtk/gtkcolumnview.c

index 35a9b7a4352daa8b45e365e24cf0649169ab3cea..bc0b1b8be51120ebae423bac3d0b36c89c708554 100644 (file)
@@ -853,7 +853,7 @@ update_autoscroll (GtkColumnView *self,
 }
 
 
-#define DRAG_WIDTH 6
+#define DRAG_WIDTH 8
 
 static gboolean
 gtk_column_view_in_resize_rect (GtkColumnView       *self,